BarCode for UWP/WinRT
GetTemplateChild<T>(String,Boolean,String) メソッド

構文
'宣言
 
Private Overloads Function GetTemplateChild(Of T As Class)( _
   ByVal childName As System.String, _
   ByVal required As System.Boolean, _
   ByRef errors As System.String _
) As T
private T GetTemplateChild<T>( 
   System.string childName,
   System.bool required,
   ref System.string errors
)
where T: class

パラメータ

childName
required
errors

型パラメータ

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1BarCode クラス
C1BarCode メンバ
オーバーロード一覧

Send Feedback